:root {
  --ink: #171512;
  --ink-soft: #2a2723;
  --paper: #f2eee6;
  --paper-warm: #e6ddcf;
  --white: #fffdf8;
  --copper: #bf6b3e;
  --copper-bright: #e48b55;
  --line: rgba(23, 21, 18, 0.18);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  background: white;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: none;
}

.site-nav {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto;
  height: 78px;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  transition: background .4s ease, height .4s ease, border-color .4s ease;
}

.site-nav.is-solid {
  height: 68px;
  background: rgba(23, 21, 18, .94);
  backdrop-filter: blur(18px);
  border-color: rgba(255, 255, 255, .1);
}

.brand {
  width: 118px;
}

.brand img,
footer img {
  filter: brightness(0) invert(1);
}

.nav-meta {
  font-size: .69rem;
  letter-spacing: .19em;
  text-transform: uppercase;
  opacity: .72;
}

.site-nav .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.5rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-small {
  min-height: 40px;
  padding: 0 1rem;
  font-size: .64rem;
}

.button-outline {
  border: 1px solid rgba(255, 255, 255, .55);
}

.button-outline:hover {
  background: white;
  color: var(--ink);
}

.button-solid {
  background: var(--copper);
  color: white;
}

.button-solid:hover {
  background: #cf7543;
}

.film-loader {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: white;
  transition: opacity .65s ease, visibility .65s ease;
}

.film-loader.done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-inner {
  width: min(320px, 72vw);
  text-align: center;
}

.loader-inner img {
  width: 150px;
  margin: 0 auto 2.2rem;
  filter: brightness(0) invert(1);
}

.loader-inner p {
  margin: 0 0 1rem;
  font-size: .62rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .62);
}

.loader-track {
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .18);
}

.loader-track span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--copper-bright);
  transition: width .15s linear;
}

.loader-percent {
  display: block;
  margin-top: .75rem;
  font-size: .58rem;
  letter-spacing: .16em;
  color: rgba(255, 255, 255, .45);
}

.film-stage {
  position: relative;
  height: 4200px;
  color: white;
  background: var(--ink);
}

.film-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #17120e;
}

#heroFilm {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: saturate(1.08) contrast(1.025);
}

.film-vignette,
.film-grade,
.film-scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.film-vignette {
  background: radial-gradient(ellipse 120% 88% at 50% 44%, transparent 38%, rgba(10, 7, 5, .56) 100%), linear-gradient(180deg, rgba(8, 7, 6, .55) 0%, transparent 24%, transparent 67%, rgba(8, 7, 6, .86) 100%);
}

.film-grade {
  background: linear-gradient(110deg, rgba(61, 30, 13, .18), transparent 42%, rgba(16, 24, 27, .16));
  mix-blend-mode: overlay;
}

.film-scrim {
  opacity: .08;
  background: radial-gradient(ellipse 90% 80% at 50% 50%, rgba(10, 8, 7, .06), rgba(10, 8, 7, .62));
}

.film-copy {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7rem clamp(1.4rem, 6vw, 5rem) 5rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}

.film-copy.active {
  pointer-events: auto;
}

.eyebrow {
  margin: 0 0 1.6rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .32em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow.copper {
  color: var(--copper);
}

.film-copy h1,
.film-copy h2,
h2,
h3,
blockquote {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.025em;
}

.film-copy h1 {
  font-size: clamp(4rem, 10vw, 9.5rem);
  text-shadow: 0 8px 50px rgba(0, 0, 0, .42);
}

.film-copy h2 {
  max-width: 13ch;
  font-size: clamp(3.4rem, 7vw, 7rem);
  text-shadow: 0 8px 50px rgba(0, 0, 0, .48);
}

em {
  color: var(--copper-bright);
  font-weight: 400;
}

.hero-intro {
  max-width: 600px;
  margin: 2rem auto 0;
  font-size: clamp(.95rem, 1.6vw, 1.15rem);
  color: rgba(255, 255, 255, .82);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .65);
}

.film-button {
  margin-top: 2.5rem;
}

.hero-caption {
  position: absolute;
  z-index: 4;
  right: clamp(1.25rem, 4vw, 4rem);
  bottom: 2rem;
  margin: 0;
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 1.7rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  transform: translateX(-50%);
  font-size: .6rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .72);
  transition: opacity .45s ease;
}

.scroll-cue i {
  width: 1px;
  height: 42px;
  background: linear-gradient(var(--copper-bright), transparent);
  transform-origin: top;
  animation: scroll-line 2s ease-in-out infinite;
}

.section-pad {
  padding: clamp(5rem, 11vw, 10rem) clamp(1.5rem, 6vw, 7rem);
}

.section-mark {
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--copper);
}

.opening {
  display: grid;
  grid-template-columns: minmax(140px, .5fr) 2fr;
  gap: 3rem;
  background: var(--paper);
}

.opening-copy {
  max-width: 980px;
}

.opening h2,
.collaboration h2,
.collection-header h2,
.off-pitch h2 {
  font-size: clamp(3.2rem, 7vw, 7rem);
}

.opening .lead {
  max-width: 800px;
  margin: 2.4rem 0 0;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.65;
  color: #4b4540;
}

.image-break {
  position: relative;
  min-height: 82svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: white;
}

.image-break>img {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  object-fit: cover;
}

.statement-overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 12, 10, .52);
}

.statement blockquote {
  position: relative;
  z-index: 2;
  padding: 2rem;
  text-align: center;
  font-size: clamp(3.2rem, 7vw, 7.5rem);
}

.collaboration {
  background: var(--ink);
  color: var(--white);
}

.collaboration>.section-mark {
  margin-bottom: 5rem;
}

.collab-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-rows: auto auto;
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: start;
}

.collab-copy {
  align-self: center;
  padding: clamp(1rem, 3vw, 4rem) clamp(0rem, 2vw, 2rem) clamp(2rem, 5vw, 6rem) 0;
}

.collab-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, .66);
}

.portrait-card {
  margin: 0;
  grid-row: span 2;
}

.portrait-card img {
  height: min(820px, 76vw);
  object-fit: cover;
}

.detail-card {
  width: 74%;
  margin: -10rem 0 0 16%;
  position: relative;
  z-index: 2;
  background: var(--ink);
  padding: .75rem;
}

.detail-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

figure figcaption {
  padding-top: .8rem;
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}

.collection-section {
  background: var(--paper);
}

.collection-header {
  display: grid;
  grid-template-columns: minmax(140px, .5fr) 2fr;
  gap: 3rem;
  align-items: start;
}

.kit-panel {
  min-height: 90svh;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
}

.kit-panel.reverse {
  grid-template-columns: .65fr 1.35fr;
}

.kit-panel.reverse .kit-image-wrap {
  order: 2;
}

.kit-image-wrap {
  overflow: hidden;
  min-height: 700px;
}

.kit-image-wrap img {
  width: 100%;
  height: 116%;
  margin-top: -8%;
  object-fit: cover;
}

.kit-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 6vw, 7rem);
}

.kit-dark {
  background: var(--ink-soft);
  color: var(--white);
}

.kit-light {
  background: var(--paper-warm);
}

.kit-number {
  margin-bottom: 4rem;
  font-family: var(--serif);
  font-size: 4.5rem;
  color: var(--copper);
  opacity: .45;
}

.kit-copy h3,
.calavera-copy h3,
.keeper-copy h3 {
  font-size: clamp(2.8rem, 5vw, 5.6rem);
}

.kit-copy p:last-child,
.calavera-copy p:last-child,
.keeper-copy p:last-child {
  margin-top: 2rem;
  max-width: 500px;
  color: currentColor;
  opacity: .66;
}

.calavera-section {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  background: #13110f;
  color: white;
}

.calavera-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 850px;
}

.calavera-images img {
  height: 100%;
  object-fit: cover;
}

.calavera-copy {
  padding: clamp(4rem, 8vw, 9rem);
  align-self: center;
}

.keeper-section {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(3rem, 6vw, 8rem);
  background: #d8d0c3;
}

.keeper-copy {
  align-self: center;
}

.keeper-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.keeper-grid figure {
  margin: 0;
}

.keeper-grid figure:nth-child(2) {
  margin-top: 7rem;
}

.keeper-grid img {
  height: min(670px, 56vw);
  object-fit: cover;
}

.keeper-grid figcaption {
  color: rgba(23, 21, 18, .58);
}

.values-strip {
  min-height: 160px;
  padding: 2rem;
  display: flex;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--copper);
  color: white;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.3vw, 3.5rem);
}

.values-strip i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink);
}

.off-pitch {
  background: var(--paper);
}

.off-pitch>.section-mark {
  margin-bottom: 5rem;
}

.off-pitch-grid {
  display: grid;
  grid-template-columns: 1fr .8fr .8fr;
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: start;
}

.off-pitch-copy {
  grid-column: 1 / 3;
  max-width: 900px;
  padding-bottom: 3rem;
}

.off-pitch-copy p {
  max-width: 620px;
  color: #5d554d;
}

.wide-photo {
  grid-column: 1 / 3;
  margin: 0;
}

.wide-photo img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.tall-photo {
  grid-column: 3;
  grid-row: 2 / 4;
  margin: 8rem 0 0;
}

.tall-photo img {
  aspect-ratio: 3/4;
  object-fit: cover;
}

.detail-photo {
  grid-column: 2 / 4;
  width: 60%;
  margin: -8rem 0 0 auto;
  border: .7rem solid var(--paper);
}

.detail-photo img {
  aspect-ratio: 1;
  object-fit: cover;
}

.closing-cta {
  position: relative;
  min-height: 92svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
}

.closing-cta>img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.closing-shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, .1), rgba(0, 0, 0, .75)), linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .6));
}

.closing-copy {
  position: relative;
  z-index: 2;
  padding: 4rem 1.5rem;
  text-align: center;
}

.closing-copy h2 {
  margin-bottom: 3rem;
  font-size: clamp(3.8rem, 8vw, 8.5rem);
}

.campaing-footer {
  min-height: 220px;
  padding: 4rem clamp(1.5rem, 6vw, 7rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  background: var(--ink);
  color: rgba(255, 255, 255, .55);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.campaing-footer img {
  width: 120px;
}

.campaing-footer p {
  text-align: center;
}

.campaing-footer a {
  justify-self: end;
  text-underline-offset: 5px;
}

.mobile-shop {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .9s ease, transform .9s cubic-bezier(.2, .75, .2, 1);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@keyframes hero-settle {
  from {
    opacity: 0;
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes copy-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes scroll-line {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }

  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .site-nav {
    grid-template-columns: 1fr auto;
  }

  .nav-meta {
    display: none;
  }

  .opening,
  .collection-header {
    grid-template-columns: 1fr;
  }

  .collab-grid {
    grid-template-columns: 1fr;
  }

  .portrait-card {
    grid-row: auto;
  }

  .detail-card {
    width: 78%;
    margin: -8rem 0 0 auto;
  }

  .kit-panel,
  .kit-panel.reverse {
    grid-template-columns: 1fr;
  }

  .kit-panel.reverse .kit-image-wrap {
    order: 0;
  }

  .kit-image-wrap {
    min-height: 64svh;
  }

  .kit-copy {
    min-height: 560px;
  }

  .calavera-section {
    grid-template-columns: 1fr;
  }

  .calavera-images {
    min-height: 70svh;
  }

  .keeper-section {
    grid-template-columns: 1fr;
  }

  .off-pitch-grid {
    grid-template-columns: 1fr 1fr;
  }

  .off-pitch-copy,
  .wide-photo {
    grid-column: 1 / 3;
  }

  .tall-photo {
    grid-column: 2;
    grid-row: auto;
    margin-top: 0;
  }

  .detail-photo {
    grid-column: 1 / 3;
    width: 58%;
  }

  .campaing-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .campaing-footer img,
  .campaing-footer a {
    justify-self: center;
  }
}

@media (max-width: 600px) {
  body {
    padding-bottom: 56px;
  }

  .site-nav {
    height: 64px;
    padding: 0 1rem;
  }

  .site-nav .button {
    display: none;
  }

  .brand {
    width: 100px;
  }

  .film-stage {
    height: 3600px;
  }

  .film-copy {
    padding: 6rem 1.1rem 5rem;
  }

  .film-copy h1 {
    font-size: clamp(3.8rem, 19vw, 6.4rem);
  }

  .film-copy h2 {
    font-size: clamp(3.1rem, 15vw, 5.5rem);
  }

  .hero-intro {
    max-width: 88%;
  }

  .hero-caption {
    display: none;
  }

  .scroll-cue {
    bottom: 1rem;
  }

  .film-button {
    margin-top: 2rem;
  }

  .section-pad {
    padding: 5.2rem 1.25rem;
  }

  .opening {
    gap: 2rem;
  }

  .opening h2,
  .collaboration h2,
  .collection-header h2,
  .off-pitch h2 {
    font-size: 3.4rem;
  }

  .image-break {
    min-height: 70svh;
  }

  .statement blockquote {
    font-size: 3.2rem;
  }

  .collaboration>.section-mark,
  .off-pitch>.section-mark {
    margin-bottom: 3rem;
  }

  .portrait-card img {
    height: 125vw;
  }

  .detail-card {
    width: 84%;
    margin-top: -5rem;
  }

  .kit-image-wrap {
    min-height: 68svh;
  }

  .kit-copy {
    min-height: 520px;
    padding: 4rem 1.4rem;
  }

  .kit-number {
    margin-bottom: 2rem;
  }

  .kit-copy h3,
  .calavera-copy h3,
  .keeper-copy h3 {
    font-size: 3.2rem;
  }

  .calavera-images {
    min-height: 60svh;
  }

  .calavera-copy {
    padding: 4.5rem 1.4rem;
  }

  .keeper-grid {
    gap: .6rem;
  }

  .keeper-grid figure:nth-child(2) {
    margin-top: 3rem;
  }

  .keeper-grid img {
    height: 78vw;
  }

  .values-strip {
    min-height: 120px;
    gap: .75rem 1rem;
    font-size: 1.7rem;
  }

  .off-pitch-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .off-pitch-copy,
  .wide-photo,
  .tall-photo,
  .detail-photo {
    grid-column: 1;
  }

  .wide-photo img {
    aspect-ratio: 4/3;
  }

  .tall-photo {
    width: 76%;
    margin-left: auto;
  }

  .detail-photo {
    width: 72%;
    margin: -5rem 0 0;
  }

  .closing-cta {
    min-height: 78svh;
  }

  .closing-cta>img {
    object-position: center;
  }

  .closing-copy h2 {
    font-size: 4rem;
  }

  .campaing-footer {
    min-height: 280px;
    padding: 4rem 1.5rem;
  }

  .mobile-shop {
    display: flex;
    position: fixed;
    z-index: 50;
    inset: auto 0 0;
    height: 56px;
    align-items: center;
    justify-content: center;
    background: var(--copper);
    color: white;
    text-decoration: none;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .film-stage {
    height: 100svh;
  }

  .film-beat {
    display: none;
  }

  .film-beat[data-beat="0"] {
    display: flex;
    opacity: 1 !important;
    transform: none !important;
  }

  .scroll-cue {
    display: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .parallax {
    transform: none !important;
  }
}